

body {
	background-color: white;
	background-image: url("https://file.garden/ZOlrpBmImkvw07bL/background/i%20want%20todie.png");
	background-repeat: repeat;
	background-size: 200px;
	font-family:Comic Sans, cursive;
	padding: 20px;


}


.container {
	display: flex;
	justify-content: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	
}

.main {
	order: 1;
	margin: 20px;
	width: 100%;
    background-color: #FFFFFF;
	color: black;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	overflow-y:auto;
	border: 2px solid black;

}

.main a {
	 color: blue;
	 font-size:16px;
	 text-decoration: none;
}

.main h1 {
	 color: black;
	 font-size:30px;
	 text-align: center;
	 padding-left: 10px;
}
	 


.banner {
	text-align: center;
}

.pagedoll {
	 position: fixed;
	 top: 46%;
	 left:80%;
}

.pagedoll_2 {
	 position: fixed;
	 top: 48%;
	 right:80%;
}

.list_container {
	display: flex;
	justify-content: space-between;
	max-height:350px;
	width: 90%;
	margin: auto;
}

.list {
	max-height:350px;
	width:230px;
	border: 2px dotted #4DCB00;
	background-color: #C9FFA8;
	text-align: center;
	font-size: 13px;
	color: #4DCB00;
}

.list h1 {
	font-size: 14px;
	color: #4DCB00;
	margin: 0;
}
